home *** CD-ROM | disk | FTP | other *** search
-
- BTRIEVE File Dump Utility -- DEMO of ver 1.0 -- by Steve Liberty
- ----------------------------------------------------------------
-
- Description: Hex and ASCII file dumping utility
-
- Syntax : BDUMP [filename] [/option:parm] [/option]
-
- Options : /seq:parm The key field to use for sequencing
- /start:parm The number of the 1st record to dump
- /end:parm The number of the last record to dump
- /fkey:parm The beginning of the key of the 1st record to dump
- /lkey:parm The beginning of the key of the last record to dump
- /key:parm The beginning of the key of the records to dump
- /pause Pause after each record waiting for a keypress
- /print Print dump instead of the displaying it
-
- Defaults : /seq:0 /start:1 /end:2147483647
- (no keys specified, no pause, no print)
-
- Notes : All parameters are optional and non-positional. If start and
- end parameters are given, then fkey, lkey and key parameters
- will be ignored if they are present also. Key parameters
- are treated as the beginning of the file's keys.